3.195 \(\int \frac{\sin ^3(c+d x)}{(e+f x) (a+a \sin (c+d x))} \, dx\)

Optimal. Leaf size=30 \[ \text{Unintegrable}\left (\frac{\sin ^3(c+d x)}{(e+f x) (a \sin (c+d x)+a)},x\right ) \]

[Out]

Unintegrable[Sin[c + d*x]^3/((e + f*x)*(a + a*Sin[c + d*x])), x]

________________________________________________________________________________________

Rubi [A]  time = 0.0685952, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{\sin ^3(c+d x)}{(e+f x) (a+a \sin (c+d x))} \, dx \]

Verification is Not applicable to the result.

[In]

Int[Sin[c + d*x]^3/((e + f*x)*(a + a*Sin[c + d*x])),x]

[Out]

Defer[Int][Sin[c + d*x]^3/((e + f*x)*(a + a*Sin[c + d*x])), x]

Rubi steps

\begin{align*} \int \frac{\sin ^3(c+d x)}{(e+f x) (a+a \sin (c+d x))} \, dx &=\int \frac{\sin ^3(c+d x)}{(e+f x) (a+a \sin (c+d x))} \, dx\\ \end{align*}

Mathematica [A]  time = 6.20527, size = 0, normalized size = 0. \[ \int \frac{\sin ^3(c+d x)}{(e+f x) (a+a \sin (c+d x))} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Sin[c + d*x]^3/((e + f*x)*(a + a*Sin[c + d*x])),x]

[Out]

Integrate[Sin[c + d*x]^3/((e + f*x)*(a + a*Sin[c + d*x])), x]

________________________________________________________________________________________

Maple [A]  time = 0.657, size = 0, normalized size = 0. \begin{align*} \int{\frac{ \left ( \sin \left ( dx+c \right ) \right ) ^{3}}{ \left ( fx+e \right ) \left ( a+a\sin \left ( dx+c \right ) \right ) }}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(d*x+c)^3/(f*x+e)/(a+a*sin(d*x+c)),x)

[Out]

int(sin(d*x+c)^3/(f*x+e)/(a+a*sin(d*x+c)),x)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: RuntimeError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(d*x+c)^3/(f*x+e)/(a+a*sin(d*x+c)),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (-\frac{{\left (\cos \left (d x + c\right )^{2} - 1\right )} \sin \left (d x + c\right )}{a f x + a e +{\left (a f x + a e\right )} \sin \left (d x + c\right )}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(d*x+c)^3/(f*x+e)/(a+a*sin(d*x+c)),x, algorithm="fricas")

[Out]

integral(-(cos(d*x + c)^2 - 1)*sin(d*x + c)/(a*f*x + a*e + (a*f*x + a*e)*sin(d*x + c)), x)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(d*x+c)**3/(f*x+e)/(a+a*sin(d*x+c)),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sin \left (d x + c\right )^{3}}{{\left (f x + e\right )}{\left (a \sin \left (d x + c\right ) + a\right )}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(d*x+c)^3/(f*x+e)/(a+a*sin(d*x+c)),x, algorithm="giac")

[Out]

integrate(sin(d*x + c)^3/((f*x + e)*(a*sin(d*x + c) + a)), x)